libURLSetDriver
Type
command
Summary
Sets the driver to be used by the libURL library for network transfers.
Syntax
libURLSetDriver <driver>
Description
This command causes the libUrl library to call an external library for all network transfer functions. It requires an external libUrl library to be present in the system. More documentation will be available soon.
The libURLSetDriver command is part of the Internet library. To ensure that the command works in a standalone application, you must include this custom library when you create your standalone. In the Inclusions pane of the Standalone Application Settings window, make sure the "Internet" script library is selected.
Parameters
Name | Type | Description |
---|---|---|
driver | The long id of the stack that provides the external driver that the Internet library should use for network transfers. Set this to empty to use the internal driver. |
Related
glossary: Standalone Application Settings, standalone application, command, application, LiveCode custom library
library: Internet library, library
Compatibility and Support
Introduced
LiveCode 8.1
OS
mac
windows
linux
ios
android
web
Platforms
desktop
server
mobile